12. Adding an EditText for Text Input

ANDK L2 36 Edit Text HS-SC

Android Developer Documentation:

EditText

Check all the answers that are true for EditText views.

SOLUTION:
  • EditText extends TextView.
  • The Android system automatically validates input based on the inputType.
  • Selecting the narrowest inputType helps users avoid errors.